From 210269f80bc3b088e60399e882c0fa05d497978e Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 20 Jun 2006 22:49:58 +0000 Subject: [PATCH] Add gpsbabel-onepage.html target to create the HTML doc as one big file. --- Makefile.in | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Makefile.in b/Makefile.in index 13829c549..e1f34ce12 100644 --- a/Makefile.in +++ b/Makefile.in @@ -137,6 +137,15 @@ $(WEB)/htmldoc-$(DOCVERSION)/readme.html: FORCE xmldoc/readme.xml tools/mkcapabilities +gpsbabel-onepage.html: FORCE + xsltproc \ + --stringparam toc.section.depth "1" \ + --stringparam html.stylesheet \ + "http://www.gpsbabel.org/style3.css" \ + http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl \ + xmldoc/readme.xml > $@ || rm $@ + + readme.txt: readme.html lynx -nolist -dump readme.html > $@ -- 2.30.2